// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['Flo Rida','California Mid-state Fair Grounds','Paso Robles, CA','Wednesday','7/16/2025','7:30 PM','7016826','Flo-Rida-7-16-2025'],['Jon Pardi','California Mid-state Fair Grounds','Paso Robles, CA','Thursday','7/17/2025','7:30 PM','7054132','Jon-Pardi-7-17-2025'],['311','California Mid-state Fair Grounds','Paso Robles, CA','Friday','7/18/2025','7:30 PM','6982043','311-7-18-2025'],['Cody Johnson','California Mid-state Fair Grounds','Paso Robles, CA','Saturday','7/19/2025','7:30 PM','6970691','Cody-Johnson-7-19-2025'],['The Red Clay Strays','California Mid-state Fair Grounds','Paso Robles, CA','Monday','7/21/2025','7:30 PM','7166431','The-Red-Clay-Strays-7-21-2025'],['David Lee Roth','California Mid-state Fair Grounds','Paso Robles, CA','Tuesday','7/22/2025','7:30 PM','7139324','David-Lee-Roth-7-22-2025'],['Bailey Zimmerman','California Mid-state Fair Grounds','Paso Robles, CA','Wednesday','7/23/2025','7:30 PM','6995096','Bailey-Zimmerman-7-23-2025'],['Keith Urban, Karley Scott Collins, Alana Springsteen & Chase Matthew','California Mid-state Fair Grounds','Paso Robles, CA','Thursday','7/24/2025','7:00 PM','7020941','Keith-Urban--Karley-Scott-Collins--Alana-Springsteen---Chase-Matthew-7-24-2025'],['Don Felder','California Mid-state Fair Grounds','Paso Robles, CA','Friday','7/25/2025','7:30 PM','7101805','Don-Felder-7-25-2025'],['Country Rodeo Finals','California Mid-state Fair Grounds','Paso Robles, CA','Saturday','7/26/2025','7:00 PM','7020515','Country-Rodeo-Finals-7-26-2025']],'Paso Robles Event Center','http://www.ticketnetwork.com/ticket/Paso-Robles-Event-Center-events.aspx');